'Declaration Protected Function New( _
ByVal nameThe profile name.As System.String, _
ByVal processingCommandsAn collection that contains nested processing commands.As System.Collections.Generic.IEnumerable(Of IProcessingCommand) _
)
protected ProcessingProfile<TTarget>(
System.String name,
System.Collections.Generic.IEnumerable<IProcessingCommand> processingCommands
)
protected: ProcessingProfile<TTarget>(
System.String name,
System.Collections.Generic.IEnumerable<IProcessingCommand*>* processingCommands
)
protected:
ProcessingProfile<TTarget>(
System.String name,
System.Collections.Generic.IEnumerable<IProcessingCommand^>^ processingCommands
)
Parameters
- name
- The profile name.
- processingCommands
- An collection that contains nested processing commands.